home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / bsd / osf1 / Makefile < prev    next >
Encoding:
Makefile  |  1994-07-18  |  147 b   |  4 lines

  1. # Without -non_shared (via the compiler's -static flag), we'll end up
  2. # with some unresolved symbols wrt exceptions.
  3. LDFLAGS := $(LDFLAGS) -static
  4.